home *** CD-ROM | disk | FTP | other *** search
- /*
- TestExtension.h
-
- Aids the development of INIT resources.
-
- Currently only stubs out call to ShowIconFamily.
-
- by Mouse Herrell
-
- © 1991 Berkeley Systems Inc.
- */
-
- #ifndef __TEST_EXTENSION__
- #define __TEST_EXTENSION__
-
- #if __option(a4_globals)
- #error
- #endif
-
- #include "Extension.h"
-
- #if 0
- #undef PatchTrap
- #define PatchTrap new ScalperPatch->Install
- #endif
-
- void ShowIconFamily(short iconId);
-
- #endif
-